About the IIS site request queue length?

您所在的位置:网站首页 iis set default page for a website in iis About the IIS site request queue length?

About the IIS site request queue length?

2023-04-06 07:23| 来源: 网络整理| 查看: 265

Hi @aspx ,

Microsoft has a performance counter to monitor IIS and asp.net application performance. You can use it to monitor request queue length by following this article.

HTTP Service Request Queues (CurrentQueueSize): The request count in the IIS queue

If you find this value is always 0, that means there's no request in the queue. Each request can be handled immediately on IIS. Though you set queue length 15 to limit it, application pool can create multiple work processes to handle requests. And each work process can create multiple threads to handle requests. Only when there's no more free threads and work processes, request will reach the queue to wait.

If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Best regards, Bruce Zhang



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3